* xterm.c (x_new_font): Tell the frame display faces about the
authorJim Blandy <jimb@redhat.com>
Wed, 19 May 1993 03:06:38 +0000 (03:06 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 19 May 1993 03:06:38 +0000 (03:06 +0000)
newly chosen font.

src/xterm.c

index 66251846cb99598f8e58ebf77e1770ecbbd904fe..91622d7f27d1c6d1b41a22e6e7a4b8f27377cd32 100644 (file)
@@ -3929,6 +3929,7 @@ x_new_font (f, fontname)
                f->display.x->font->fid);
       XSetFont (x_current_display, f->display.x->cursor_gc,
                f->display.x->font->fid);
+      init_frame_faces (f);
 
       x_set_window_size (f, f->width, f->height);
     }